statement syntax
英 [ˈsteɪtmənt ˈsɪntæks]
美 [ˈsteɪtmənt ˈsɪntæks]
【计】语句语法
双语例句
- The federated database simply takes the SQL statement, translates it into valid Oracle syntax and passes it onto the Oracle database for processing.
联邦数据库提取SQL语句,将它转换成有效的Oracle语法,并传递到Oracle数据库上进行处理。 - The CREATE statement has one slightly nonstandard bit of SQL syntax.
CREATE语句稍微有一些不符合标准的SQL语法。 - Action: Check the statement's syntax, especially references to column names, and retry the statement.
你还是再检查一下列名是否正确,语法没有问题。 - Depending on the value of the xsl: output statement, the processor may write the result according to XML or HTML syntax.
根据xsl:output语句的值,处理程序可以按照XML或者HTML语法写入结果。 - The specified Transact-SQL statement contains syntax that is not valid.
指定的transact-sql语句包含无效语法。 - This produces the following SQL statement which is structurally complete but with invalid syntax.
这会产生以下SQL语句,它在结构上是完整的,但是语法是无效的。 - As an example, let's examine the parsing of an if statement whose syntax look like the following
作为一个示例,让我们来解析一个if语句,它的语法如下所示 - A new, empty partition can be added to a partitioned table by executing the ALTER TABLE statement with the ADD PARTITION option specified; the syntax used looks like this
可以通过执行ALTERTABLE语句并指定ADDPARTITION选项来向一个分区表增加一个新的空分区,使用的语法如下所示 - If you want comments to be preserved for the browser viewer ( for a copyright statement, for example), you must use the standard CSS comment syntax.
如果您想为浏览器查看器保留注释(例如用于版权声明),则必须使用标准的CSS注释语法。 - According to lexical parsing, the symbols and words of algorithm are identified. Then the interpreter judges the composition of statement and its legitimacy by syntax parsing.
词法分析识别出算法中的单词符号,语法分析用于判断句子的成分及其合法性。